home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / flash-0.4.3 / readme < prev   
Text File  |  1999-01-01  |  6KB  |  191 lines

  1. INTRODUCTION
  2. ------------
  3.  
  4. Feb. 14th 1999
  5.  
  6. This the Version 0.4.3 of the Flash Plugin for Linux.
  7.  
  8. Flash Plugin is under GPL, see COPYING file.
  9.  
  10. The distribution has changed:
  11. - Lib contains the FlashLib sources.
  12. - Plugin contains plugin sources.
  13. - Player contains the standalone player sources.
  14.  
  15. New features :
  16. - performance improvements.
  17. - rewritten for platform independence. See PORTING file.
  18. - Text buttons now handled.
  19. - sound Mixing.
  20. - parsers bugs fixed.
  21. - Font2 partially parsed.
  22.  
  23. To get some information on this Plugin check the following link :
  24. http://www.geocities.com/TimesSquare/Labyrinth/5084/flash.html
  25. or mirrors :
  26. http://perso.club-internet.fr/odebon/flash.html     (Europe)
  27.  
  28. There is also a standalone Flash Player called swfplayer which
  29. the opportunity to play swf files without starting Netscape.
  30.  
  31. Author:    Olivier Debon <odebon@club-internet.fr>
  32.  
  33. Credits :
  34.     Todd R. Eigenschink <todd@tekinteractive.com>
  35.         -who helped on egcs compilation problems, provided
  36.                  the most tricky swf files I never had ;-)    and
  37.          gave me a good start for this file.
  38.     Ron Arts <raarts@netland.nl>
  39.         -who told me that the plugin name should be set to
  40.          Shockwave Flash, and then new doors were open.
  41.     Emmanuel Marty <core@suntech.fr>
  42.         -who gave me hints for some optimizations. He also
  43.          planned to make the port to GGI.
  44.     A <a@absurd.org>
  45.         -who did 24/32 bit modes work.
  46.     Richard Lloyd <rkl@csc.liv.ac.uk>
  47.         -who provides the HP-UX support.
  48.     Yamagata <yamagata@nwgpc.kek.jp>
  49.         -who provides the Font2 parsing.
  50.     Xavier Pianet <xavier@xingo.com>
  51.         -who provides the BeOS support.
  52.  
  53. I don't forget those who sent me references to sites that crash the Plugin.
  54.  
  55. FEATURES
  56. --------
  57.  
  58. Limitations :
  59.   - The plugin and the player use XShm extensions, so remote display is not possible.
  60.   - Does not rotate or reverse bitmaps (only positive X and Y scaling are supported).
  61.  
  62. Not functional :
  63.   - No Morphing.
  64.   - No alpha-blending.
  65.   - No anti-aliasing.
  66.  
  67. SOUND SUPPORT
  68. -------------
  69.  
  70. Limitations :
  71.   - No streamed sound supported (interleaved data).
  72.   - No sound envelop. So no fading or balancing effect.
  73.  
  74. But the main feature is here and sound can be enjoyed.
  75.  
  76. There are some 'clicks' and delayed effects, but sound
  77. playing is not too bad. Perfectible actually.
  78.  
  79. I recommend OSS drivers, but it is not required at all
  80. (http://www.opensound.com)
  81.  
  82. If you have troubles with sound put the -DNOSOUND option
  83. for compilation. Also do this for non-Linux Unix.
  84.  
  85. THE PLAYER
  86. ----------
  87.  
  88. The standalone player can simply control movie by
  89. pressing Q to quit, P to pause, C to continue and
  90. R to replay.
  91. There is also the possibility to zoom in or out
  92. and scroll using Keypad +/- and cursor keys, but
  93. it is buggy on frozen images.
  94.  
  95. BUG REPORT
  96. ----------
  97.  
  98. If Netscape crashes when it started to play a Flash file, please
  99. report the complete url where you have found the file.
  100. Do not send the actual file !
  101.  
  102. If you have rendering problem also report the url.
  103.  
  104. If the plugin does not seem to show anything or does not do what it
  105. is supposed to do, please consider that the plugin does not support
  106. all Flash 3.0 features. Anyway it tries to play it but may fail then.
  107.  
  108. COMPILATION
  109. -----------
  110.  
  111. If you use Linux just type 'make'.
  112.  
  113. Warning : the plugin compilation should not fail, but you may
  114. have problem with Netscape at startup. See INSTALLATION section
  115. for workarounds.
  116.  
  117. For other Unices like FreeBSD or Solaris you may have to change
  118. some flags. See Plugin/Makefile for hints.
  119.  
  120. INSTALLATION
  121. ------------
  122.  
  123. Once you have successfully compiled the plugin, put the file
  124. npflash.so (located in the Plugin directory) into your
  125. ~/.netscape/plugins directory or into the system-wide
  126. /opt/netscape/plugins directory (depends on where you have installed
  127. Netscape).
  128.  
  129. If Netscape already runs type 'javascript:navigator.plugins.refresh'
  130. in the Location field.
  131.  
  132.     PROBLEMS
  133.     --------
  134.  
  135. If you have problem to successfully install the plugin, please
  136. read the following hints. Otherwise, report the problem with full
  137. description of your configuration :
  138. - Distribution.
  139. - Compiler.
  140. - Libs (the output of ldconfig -p is useful).
  141. - The netscape version and the output of 'ldd netscape'.
  142.  
  143. If some symbols like _rtti or _throw are unresolved, it seems
  144. that you have egcs. Just uncomment the proper line in the main
  145. Makefile.
  146. You may then still have some unresolved symbols like __sigsetjmp.
  147. This time, add -DC6R5 in the Plugin/Makefile at the PLUGIN_DEFINES
  148. line.
  149.  
  150.     CHECKING
  151.     --------
  152.  
  153. To verify that the plugin is installed properly, type "about:plugins"
  154. in Netscape's "Location:" or "Netsite:" field.  The plugin should show
  155. up there, something like
  156.  
  157. ___________________________________________________________________________
  158.  
  159.                    Shockwave Flash
  160.  
  161.     File name: /opt/netscape/plugins/npflash.so
  162.  
  163.     Flash file player Version 0.4.3
  164.  
  165.     Shockwave is a trademark of Macromedia®
  166.  
  167.     Author: Olivier Debon
  168.  
  169.  ---------------------------------------------------------------------------------
  170. |     Mime Type                  |     Description   |  Suffixes   |    Enabled   |
  171. |--------------------------------+-------------------+-------------+--------------|
  172. |   application/futuresplash     |     Flash Plugin  |    spl      |     Yes      |
  173. | application/x-shockwave-flash  |                   |    swf      |     Yes      |
  174.  ---------------------------------------------------------------------------------
  175.  
  176. ___________________________________________________________________________
  177.  
  178.  
  179. If it shows up, but the "Enabled" column says "No", you need to
  180. configure the Flash plugin as a helper application.  Go to
  181. Edit/Preferences/Navigator/Applications, and add it as follows:
  182.  
  183. Description: Flash Plugin
  184. MIME Type: application/x-shockwave-flash
  185. Suffixes: swf
  186. Handled By: Plug In (select "Shockwave Flash")
  187.  
  188. ------
  189.  
  190. $Id: README,v 1.8 1999/02/14 22:33:04 olivier Exp $
  191.